projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a684ac
)
docs: Expand icon-palette example
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Oct 2016 15:08:07 +0000
(11:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Oct 2016 15:08:07 +0000
(11:08 -0400)
Add a warning color, and show that hex colors work here.
docs/reference/gtk/css-overview.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/css-overview.xml
b/docs/reference/gtk/css-overview.xml
index d77fadb218c3906d4e9aad76e2a2b089dc283db8..54722ae3c8fffc667f88eb3a1822c55d293cc2e5 100644
(file)
--- a/
docs/reference/gtk/css-overview.xml
+++ b/
docs/reference/gtk/css-overview.xml
@@
-824,7
+824,7
@@
label {
<programlisting><![CDATA[
spinner {
-gtk-icon-source: -gtk-icontheme('process-working-symbolic');
- -gtk-icon-palette: success blue, error magenta;
+ -gtk-icon-palette: success blue,
warning #fc3,
error magenta;
}
arrow.fancy {
-gtk-icon-source: -gtk-icontheme('pan-down');